home *** CD-ROM | disk | FTP | other *** search
- /*_ ios.h */
- /* Copyright (C) 1992 by Symantec */
- /* All Rights Reserved */
-
- /* Note: ANSI users should #include <stdlib.h> instead of this file */
- #ifndef __IOS_H
- #define __IOS_H 1
-
- #ifndef __IOSTREAM_H
- #include <iostream.h>
- #endif
-
- #endif
-
-